SuperTooltip for WinForms
ObservableDictionary<TKey,TValue> クラス
メンバ 

C1.Win.4.5.2 アセンブリ > C1.Win.Collections.ObjectModel 名前空間 : ObservableDictionary<TKey,TValue> クラス
The type of keys in the dictionary.
The type of values in the dictionary.
Represents a generic collection of key/value pairs that provides notifications when items get added, removed, changed or when the whole list is refreshed.
オブジェクト モデル
ObservableDictionary<TKey,TValue> クラス
シンタックス
'宣言
 
Public Class ObservableDictionary
    (Of TKey,TValue) 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of ObservableKeyValuePair(Of TKey,TValue))
public class ObservableDictionary<TKey,TValue> : System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>> 
型パラメータ
TKey
The type of keys in the dictionary.
TValue
The type of values in the dictionary.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Win.Collections.ObjectModel.ObservableDictionary<TKey,TValue>

参照

ObservableDictionary<TKey,TValue> メンバ
C1.Win.Collections.ObjectModel 名前空間